home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12156 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  759 b 

  1. Path: elektron.et.tudelft.nl!ct-pc6
  2. From: brands@chemeng.chem.uva.nl (Danny Brands)
  3. Newsgroups: comp.lang.c,comp.os.ms-windows.programmer.win32
  4. Subject: How can I check whether I file exists in a multi-user environment?
  5. Date: Fri, 29 Mar 96 16:59:33 GMT
  6. Organization: ITS/UvA
  7. Message-ID: <4jh4tl$t4c_002@chem.uva.nl>
  8. NNTP-Posting-Host: ct-pc6.chem.uva.nl
  9. X-Newsreader: News Xpress Version 1.0 Beta #4
  10.  
  11. Hi all,
  12.  
  13. I need to check whether a file exists on a hard drive. Because I'm in a 
  14. multi-user environment I can't simply open the file. Is there another way?
  15.  
  16. I'm using MSVC++ 2.0 / Win95.
  17.  
  18. I'm looking in the Win32 API help file, but I can't really figure out how to 
  19. do it. In VB you can use the dir() command.
  20.  
  21. Anyway, thanks in advance!
  22.  
  23. Regards,
  24.  
  25. Danny
  26.  
  27.